4d9314
@@ -97,7 +97,7 @@
public void initialize(Configuration conf, Properties tbl) throws SerDeException
     try {
       thriftFormatter.initialize(conf, tbl);
     } catch (Exception e) {
-      new SerDeException(e);
+      throw new SerDeException(e);
     }
   }
 
